gtk: Update GtkGesture users to the GtkPropagationPhase semantics change
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 10:38:49 +0000 (12:38 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 27 May 2014 15:47:12 +0000 (17:47 +0200)
commit907e9f19462fd1dee31a32fafa6826832a958f7c
tree9376d9c24953e1ea31518789e415fe52e9bdc909
parent505efbb3f3ae76ffdd4f7e9871cedd84c41cb673
gtk: Update GtkGesture users to the GtkPropagationPhase semantics change

Mainly doing s/TARGET/BUBBLE/ on the fully ported widgets, but GtkTreeView
where the double click handler has moved to GTK_PHASE_TARGET so it runs
parallelly to the still existing event handlers.
gtk/gtkbutton.c
gtk/gtkcolorplane.c
gtk/gtkcolorscale.c
gtk/gtkcolorswatch.c
gtk/gtkentry.c
gtk/gtkswitch.c
gtk/gtktextview.c
gtk/gtktreeview.c